Members 
SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> Class
Type of the X Axis.
Type of the Y Axis.
Type of the Z Axis.
YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> Class
Free Surface data series with the grid data, applied to its points displacing them along the Y axis.
Object Model
YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> ClassISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceIRange InterfaceIRange InterfaceIRange Interface
Syntax
[DefaultMember("Item")]
public abstract class YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> : FreeSurfaceDataSeries3D<TX,TY,TZ>, IDataSeries3D, IFreeSurfaceDataSeries3D, SciChart.Core.Framework.ISuspendable  
where TX: IComparable
where TY: IComparable
where TZ: IComparable
Type Parameters
TX
Type of the X Axis.
TY
Type of the Y Axis.
TZ
Type of the Z Axis.
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.BindableObject
      SciChart.Charting3D.Model.DataSeries3D
         SciChart.Charting3D.Model.HeightmapBasedDataSeries3D
            SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>
               SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ>
                  SciChart.Charting3D.Model.PolarDataSeries3D<TPolar,THeight>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also